Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uses explicit to_s when outputting post dates #129

Merged
merged 1 commit into from Mar 16, 2014

Conversation

jeffkole
Copy link
Contributor

In Ruby 1.9.3, this results in a binary encoding of the date when output to
YAML, and then when it is read back in, the timezone is referenced correctly.
In the prior version, the timezone was ignored and the date was seen as UTC.

Added in the GMT date explicitly, too.

In Ruby 1.9.3, this results in a binary encoding of the date when output to
YAML, and then when it is read back in, the timezone is referenced correctly.
In the prior version, the timezone was ignored and the date was seen as UTC.

Added in the GMT date explicitly, too.
@parkr
Copy link
Member

parkr commented Feb 21, 2014

👍

@parkr parkr added this to the v0.2.0 milestone Feb 21, 2014
@parkr parkr modified the milestones: v0.1.1, v0.2.0 Feb 21, 2014
@parkr parkr merged commit 5e4bed7 into jekyll:master Mar 16, 2014
parkr added a commit that referenced this pull request Mar 16, 2014
@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants